func google.golang.org/protobuf/reflect/protodesc.isPackable

3 uses

	google.golang.org/protobuf/reflect/protodesc (current package)
		desc_validate.go#L168: 			if f.IsPacked() && !isPackable(f) {
		desc_validate.go#L267: 		if x.IsPacked() && !isPackable(x) {
		desc_validate.go#L302: func isPackable(fd protoreflect.FieldDescriptor) bool {